OnAttachedTo Method (FlexGridDetailProvider<TItem>)
In This Topic
Called when the behavior is attached to the grid.
Syntax
'Declaration
Protected Overrides Sub OnAttachedTo( _
ByVal As FlexGrid _
)
protected override void OnAttachedTo(
FlexGrid
)
Parameters
- grid
- The grid.
See Also